Summary

Insert the name of the person that created a document or has lastly modified the document

Component properties
Category AS Document
Version 1.1
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type inline

When to use

This component is typically used when there is a need to display author information about a document. 

Programming interface

Parameters

Person to write information for
  • The creator
  • Writes information about the person that created the document
  • The modifier
  • Writes information about the person that made the latest modification of the document
Information to write
  • Name only
    Write the person's name only
  • Write email link
    If the person's emil address is specified in CS, write a link that sends a mail to the person.
  • PersonalPage
    If a personal info page in CS exists for the person, write a link to this page.
Options
UseRootDocument
If the current document is included in another document specify this parameter to get information for the root document rather than the document itself.
UseXMLDocument
If this is a presentationtemplate check this to get xml-document information rather than information about the presentation template itself.

Remarks